Sesion 26 | G I T

Note...

At this point, i'm going work in the backend, so for see the fields and run the code, go to the Github Repositorie, for this especifíc folder look at the Session 26 APIs

A great place to learn deep into GIT

Git concepts

Working directory

stateged area

git add file_name pass the file_name to the staging area

staging area

staging area

git commit pass the file_name to the repository

repository

repository

Git commands

Here are a list of other commands that you will see often and their uses:

git-architecture.png